robertl [Wed, 21 Nov 2007 18:10:21 +0000 (18:10 +0000)]
Regenerate configure.in on Linux...just in case.
robertl [Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)]
Fix stray double semicolons.
robertl [Wed, 21 Nov 2007 15:08:10 +0000 (15:08 +0000)]
C89 Fix in kml.c
robertl [Tue, 20 Nov 2007 17:24:50 +0000 (17:24 +0000)]
Include input filename on GPX parse error message.
robertl [Tue, 20 Nov 2007 04:31:06 +0000 (04:31 +0000)]
Improve error from xcalloc().
robertl [Tue, 20 Nov 2007 04:30:43 +0000 (04:30 +0000)]
Support TopoUSA 6.0 routes.
robertl [Tue, 20 Nov 2007 04:29:58 +0000 (04:29 +0000)]
More KML tweaks: Write average speed in trail header. Improve consistency of time stamps.
robertl [Sat, 17 Nov 2007 17:01:26 +0000 (17:01 +0000)]
Change Magellan route router to not clobber buffers on long wpt names. (Partial fix)
robertl [Thu, 15 Nov 2007 19:19:25 +0000 (19:19 +0000)]
Work around broken Sportrak firmware and malformed PMGNRTE sentences..
oliskoli [Thu, 15 Nov 2007 08:22:04 +0000 (08:22 +0000)]
unicsv: always open files in binary mode.
robertl [Thu, 15 Nov 2007 04:04:16 +0000 (04:04 +0000)]
Restore (optional) "old style" icon mapping for Geocaching on Garmins.
robertl [Thu, 15 Nov 2007 02:03:25 +0000 (02:03 +0000)]
Write description in GDB if we don't have notes.
robertl [Wed, 14 Nov 2007 18:56:30 +0000 (18:56 +0000)]
Add configure option to shrink the binary by excluding most formats.
robertl [Wed, 14 Nov 2007 16:43:23 +0000 (16:43 +0000)]
Several changes to KML writer.
Major formatting improvements for geocaching.com data. (Relies on Earth 4.2)
Don't write track/route folders if empty.
Don't write explicit schemaloc.
robertl [Wed, 14 Nov 2007 16:28:31 +0000 (16:28 +0000)]
KML: Display altitudes to three decimal places, not one.
robertl [Wed, 14 Nov 2007 16:22:51 +0000 (16:22 +0000)]
KML: Read Polygon/outerBoundaryIs/LinearRing as a track.
robertl [Wed, 14 Nov 2007 16:17:22 +0000 (16:17 +0000)]
More war of the cats: Leopard vs. Tiger in an all expat grudge match.
robertl [Wed, 14 Nov 2007 16:15:56 +0000 (16:15 +0000)]
Let csv formats warn for time formats that we can't parse.
robertl [Wed, 7 Nov 2007 02:26:05 +0000 (02:26 +0000)]
Let 'configure' use the system expat on Leopard. Hooray!
oliskoli [Fri, 2 Nov 2007 21:09:14 +0000 (21:09 +0000)]
dmtlog: Add support for waypoints in binary file version "8".
oliskoli [Thu, 25 Oct 2007 21:03:10 +0000 (21:03 +0000)]
xol: Fix variable initialization.
robertl [Mon, 24 Sep 2007 22:08:03 +0000 (22:08 +0000)]
Add generated gperf file to CVS, like I intended to do weeks ago...
robertl [Sun, 23 Sep 2007 22:07:35 +0000 (22:07 +0000)]
Improve usage message for filters.
robertl [Thu, 13 Sep 2007 16:20:41 +0000 (16:20 +0000)]
Fix typo in dg-100 comment.
robertl [Tue, 11 Sep 2007 21:52:26 +0000 (21:52 +0000)]
Mirko makes minor changes to DG100 module.
- increase RX timeout because dg100_erase() needs >20s
- remove unused variables in dg100_getfileheaders()
which were moved into a local code block for debugging
- add more debugging output to dg100_getfileheaders()
- fix loop condition in dg100_getfileheaders()
oliskoli [Tue, 11 Sep 2007 20:40:30 +0000 (20:40 +0000)]
Uuhps. UPX hides translations.
oliskoli [Tue, 11 Sep 2007 20:08:25 +0000 (20:08 +0000)]
Minor bug fixes. Now packed with UPXG.
oliskoli [Tue, 11 Sep 2007 20:06:31 +0000 (20:06 +0000)]
Minor bug fixes.
robertl [Tue, 11 Sep 2007 10:46:28 +0000 (10:46 +0000)]
Minor internal restructuring in KML writer - no "real" change.
robertl [Tue, 11 Sep 2007 10:29:44 +0000 (10:29 +0000)]
GPX: links aren't wpt only; implement for trk and rte, too.
robertl [Sat, 8 Sep 2007 22:48:00 +0000 (22:48 +0000)]
Make gperf play nice with FreeBSD.
oliskoli [Sat, 8 Sep 2007 21:00:14 +0000 (21:00 +0000)]
dg-100: Replace type ssize_t with int.
oliskoli [Fri, 7 Sep 2007 20:44:01 +0000 (20:44 +0000)]
test-all: Exclude xol (swiss grid limits) from testing.
oliskoli [Fri, 7 Sep 2007 20:23:31 +0000 (20:23 +0000)]
Tweak some keyword descriptions.
oliskoli [Fri, 7 Sep 2007 18:48:09 +0000 (18:48 +0000)]
Add short doc for xol format.
oliskoli [Thu, 6 Sep 2007 21:01:53 +0000 (21:01 +0000)]
cetus: Fix timestamp conversion.
oliskoli [Thu, 6 Sep 2007 20:59:24 +0000 (20:59 +0000)]
unicsv: Fix display of GPS fixes.
oliskoli [Thu, 6 Sep 2007 20:58:20 +0000 (20:58 +0000)]
pcx: Remove unwanted character.
oliskoli [Thu, 6 Sep 2007 18:51:56 +0000 (18:51 +0000)]
Add Gerhard Olsson and Mirko Parthey to AUTHORS.
robertl [Thu, 6 Sep 2007 04:36:54 +0000 (04:36 +0000)]
Correct (mostly hypothetical) use-before-initted in pcx reader.
robertl [Mon, 3 Sep 2007 23:31:56 +0000 (23:31 +0000)]
Fix geocache tags on read so we can really read archived/enabled state.
robertl [Mon, 3 Sep 2007 22:42:28 +0000 (22:42 +0000)]
GPX: Read archived/active state from Pocket Queries.
KML: Read track name.
robertl [Sun, 2 Sep 2007 21:36:50 +0000 (21:36 +0000)]
More debugging tweaks for dg-100.
robertl [Sun, 2 Sep 2007 04:28:08 +0000 (04:28 +0000)]
Debug improvements in dg-100.
robertl [Sun, 2 Sep 2007 04:24:21 +0000 (04:24 +0000)]
Sketch in debug support for DG-100 module.
robertl [Sat, 1 Sep 2007 22:01:44 +0000 (22:01 +0000)]
Add missing piece of DG-100 commit.
robertl [Fri, 31 Aug 2007 02:26:24 +0000 (02:26 +0000)]
Mirko Parthey contributes support for GlobalSat DG-100 track logger.
robertl [Sun, 26 Aug 2007 21:39:06 +0000 (21:39 +0000)]
Let 'chkdoc' look in the right place for doc of this version.
oliskoli [Sun, 26 Aug 2007 21:17:56 +0000 (21:17 +0000)]
GPSBabelGUI: Add ability to read more than one file from same type.
robertl [Sun, 26 Aug 2007 20:44:09 +0000 (20:44 +0000)]
Scraggler from gperf commit. Store hashed key in per-token table.
robertl [Sun, 26 Aug 2007 20:40:40 +0000 (20:40 +0000)]
Let the style stuff be handled by an external (gperf) perfect hash generator.
oliskoli [Sat, 25 Aug 2007 20:20:29 +0000 (20:20 +0000)]
nmea: Fix memory leaks (detected with reference/tracks/nmea+ms.txt).
oliskoli [Sat, 25 Aug 2007 20:01:30 +0000 (20:01 +0000)]
lmx: Tweak format capabilities.
oliskoli [Sat, 25 Aug 2007 19:35:45 +0000 (19:35 +0000)]
garmin_txt: Fix gcc 4.2.1 warnings.
oliskoli [Sat, 25 Aug 2007 19:35:25 +0000 (19:35 +0000)]
gdb: Fix gcc 4.2.1 warnings.
robertl [Sat, 25 Aug 2007 17:11:39 +0000 (17:11 +0000)]
Init x and y in xol's waypt reader.
oliskoli [Tue, 21 Aug 2007 21:05:53 +0000 (21:05 +0000)]
garmin_txt: Fix MSVC crash with timestamps lt zero.
oliskoli [Tue, 21 Aug 2007 19:59:38 +0000 (19:59 +0000)]
Add a target to produce release files for testing purposes.
oliskoli [Tue, 21 Aug 2007 19:51:57 +0000 (19:51 +0000)]
ozi: Commit ozi time-format change (SF
1760287: OziExplorer Date precision).
Recreate reference data.
oliskoli [Tue, 21 Aug 2007 19:46:26 +0000 (19:46 +0000)]
testo: Remove copy-and-paste relict.
oliskoli [Tue, 21 Aug 2007 19:32:42 +0000 (19:32 +0000)]
gbfile: Check return code after read with fixed buffer length.
oliskoli [Tue, 21 Aug 2007 19:27:34 +0000 (19:27 +0000)]
xol/vecs: Tweak visible product name.
oliskoli [Tue, 21 Aug 2007 19:24:59 +0000 (19:24 +0000)]
mapsend: Tweak possible C89 issue.
oliskoli [Tue, 21 Aug 2007 19:20:14 +0000 (19:20 +0000)]
csv_util: Don't create empty routes or tracks on input.
oliskoli [Tue, 21 Aug 2007 19:17:25 +0000 (19:17 +0000)]
holux: Finish gbfile update.
oliskoli [Tue, 21 Aug 2007 19:13:43 +0000 (19:13 +0000)]
Add doc for unicsv option utc.
oliskoli [Tue, 21 Aug 2007 19:08:38 +0000 (19:08 +0000)]
testo: Add sequence for 'Swiss Map' (.xol) format.
oliskoli [Tue, 21 Aug 2007 19:07:14 +0000 (19:07 +0000)]
Add reference data for 'Swiss Map' (.xol) format.
robertl [Tue, 21 Aug 2007 18:34:13 +0000 (18:34 +0000)]
Add special cases for Garmin HC series.
oliskoli [Mon, 20 Aug 2007 22:36:26 +0000 (22:36 +0000)]
Add nmea reference data with sub-second data.
oliskoli [Mon, 20 Aug 2007 22:31:17 +0000 (22:31 +0000)]
garmin_txt: Add support for 'swiss grid'.
oliskoli [Mon, 20 Aug 2007 22:26:39 +0000 (22:26 +0000)]
unicsv: Extend list of possible input values.
Add support for 'Swiss grid'.
oliskoli [Mon, 20 Aug 2007 22:24:19 +0000 (22:24 +0000)]
bcr: Remove empty routes after read.
oliskoli [Mon, 20 Aug 2007 22:20:54 +0000 (22:20 +0000)]
garmin_txt: Add support for temperature (as MapSource since 6.13.0.1 Beta).
Regenerate reference data.
oliskoli [Mon, 20 Aug 2007 22:12:20 +0000 (22:12 +0000)]
Add support for Swiss Map 50 'xol' format.
Add GPS data generator (hidden input format).
oliskoli [Mon, 20 Aug 2007 22:09:14 +0000 (22:09 +0000)]
Add GPS data generator (hidden input format).
oliskoli [Mon, 20 Aug 2007 22:06:13 +0000 (22:06 +0000)]
garmin_txt: Add support for temperature (as MapSource since 6.13.0.1 Beta).
Remove parsers now located in parse.c .
oliskoli [Mon, 20 Aug 2007 22:02:26 +0000 (22:02 +0000)]
Add seperate project file for misc. GPS data parser functions.
Remove duplicates from util.c.
oliskoli [Mon, 20 Aug 2007 22:00:09 +0000 (22:00 +0000)]
waypt: Add functions for speed and distance calculation.
Add seperate project file for misc. GPS data parser functions.
Add support for 'Swiss grid'.
oliskoli [Mon, 20 Aug 2007 21:53:08 +0000 (21:53 +0000)]
waypt: Add functions for speed and distance calculation.
oliskoli [Mon, 20 Aug 2007 21:43:39 +0000 (21:43 +0000)]
Add seperate project file for misc. GPS data parser functions.
oliskoli [Mon, 20 Aug 2007 21:36:56 +0000 (21:36 +0000)]
gpsmath: Add support for 'Oblique Mercator' projection (Swiss national grid).
Change handling of datum name variants.
oliskoli [Mon, 20 Aug 2007 21:27:40 +0000 (21:27 +0000)]
xol: Add support for Swiss Map 50 'xol' format.
oliskoli [Sun, 19 Aug 2007 20:11:59 +0000 (20:11 +0000)]
garmin_txt: Fix abort on unknown columns.
robertl [Sat, 18 Aug 2007 21:04:31 +0000 (21:04 +0000)]
Fix whitespace bogons in new help formats.
robertl [Sat, 18 Aug 2007 20:40:37 +0000 (20:40 +0000)]
Revert unintentional change in Garmin that I introduced this morning.
robertl [Sat, 18 Aug 2007 16:11:01 +0000 (16:11 +0000)]
Output fractional seconds in NMEA, too.
robertl [Sat, 18 Aug 2007 15:43:43 +0000 (15:43 +0000)]
Regenerate NMEA/GPX reference file with higher fidelity timestamps.
robertl [Sat, 18 Aug 2007 15:00:35 +0000 (15:00 +0000)]
defs.h: allocate single bit extra data.
nmea.c: add subsecond reading to gprmc, gpgga parsers
robertl [Fri, 17 Aug 2007 16:27:37 +0000 (16:27 +0000)]
Add Legend HCx identifier.
robertl [Thu, 16 Aug 2007 02:37:43 +0000 (02:37 +0000)]
Output help file URLs for machine-generated interrogation such as by GUIs.
oliskoli [Mon, 13 Aug 2007 07:45:54 +0000 (07:45 +0000)]
tomtom_itn: Swap latitude and longitude (Grrrr).
robertl [Wed, 8 Aug 2007 03:49:19 +0000 (03:49 +0000)]
Change GPSdrive's website per request from their developer.
robertl [Tue, 7 Aug 2007 18:09:24 +0000 (18:09 +0000)]
Add support for Nokia LMX Landmark Exchange format.
robertl [Tue, 7 Aug 2007 06:58:15 +0000 (06:58 +0000)]
Look for expat in macports and source-installed locations. Via Scot Hacker.
robertl [Tue, 7 Aug 2007 03:27:07 +0000 (03:27 +0000)]
Bump release to 1.3.4.
robertl [Tue, 7 Aug 2007 03:14:30 +0000 (03:14 +0000)]
Don't jump through null ovec for RTP.
oliskoli [Fri, 3 Aug 2007 08:24:00 +0000 (08:24 +0000)]
unicsv: Tweak FP problems with microseconds.
oliskoli [Sun, 29 Jul 2007 19:55:13 +0000 (19:55 +0000)]
ozi: Fix removal of filename extension.
oliskoli [Sun, 29 Jul 2007 19:05:43 +0000 (19:05 +0000)]
unicsv: Change output format for 'microseconds'. If we have ONE, we'll get ONE.